func database/sql.ctxDriverStmtQuery
2 uses
database/sql (current package)
ctxutil.go#L80: func ctxDriverStmtQuery(ctx context.Context, si driver.Stmt, nvdargs []driver.NamedValue) (driver.Rows, error) {
sql.go#L2835: return ctxDriverStmtQuery(ctx, ds.si, dargs)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)